home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / compress / prexcm60.zip / PROTEXCM.INI < prev    next >
Text File  |  1996-08-01  |  2KB  |  59 lines

  1. ; Default initialization file for Protect! EXE/COM v6.0
  2.  
  3. ; Protect will look for a corresponding INI to the EXE or COM file
  4. ; you are Protecting before using this file, e.g. ProtExCm MyProg.EXE
  5. ; will cause it to look for MyProg.INI and then ProtExCm.INI.
  6.  
  7. ; You can change the default settings for various Protect! features 
  8. ; below, but the defaults will in most cases give the best results.
  9. ; Spaces are not significant in the commands below:
  10.  
  11. ; Protect attempts to compress files by default. To disable this normally,
  12. ; without requiring the /N parameter, uncomment No Compress below:
  13. ;No Compress
  14.  
  15. ; Protect normally adds code to prevent confusion by some anti-virus
  16. ; detectors. To disable this feature, uncomment the NoUnAV line below:
  17. ;No UnAV
  18.  
  19. ; To require a user to enter a password to gain access to your program,
  20. ; uncomment the password line below and add the name of a file containing
  21. ; your password -- only the first 32 bytes are significant.
  22. ; Changing the password prompt text is in the registered user features.
  23. ;Password
  24. ;PASSWORD.DAT
  25.  
  26. ; Serializing -- This will increment the serial number contained in the
  27. ; file below (or create a new file) and add this to the beginning of the
  28. ; modification message (type ModMsg <filename>, then run temp to view).
  29. Serialize
  30. SerialNo.DAT
  31.  
  32.  
  33.  
  34.  
  35. ; REGISTERED FEATURES ONLY BELOW
  36. ; (The unregistered version does not add any of the code below)
  37.  
  38. ; To change the message that is displayed when your program is modified,
  39. ; uncomment CRC Message File below and put the name of the file. CRC.MSG
  40. ; is used if none is specified.
  41. ;CRC Message File
  42. ;CRC.MSG
  43.  
  44. ; Protect normally has code to specifically disable a generic Borland C++,
  45. ; Borland Pascal "auto-crack" called Intruder. Uncomment below to omit:
  46. ;No UnIntruder
  47.  
  48. ; If you have enabled a password above and wish to change the message
  49. ; displayed when prompting for a password, uncomment the line below
  50. ; and put the name of the file to display below it:
  51. ;Password Message
  52. ;PASSMSG.DAT
  53.  
  54. ; To disable the custom mutation engine, type "No JMute" below.
  55. ; Use this option sparingly -- many of Protect's protections will be
  56. ; disabled and options such as unAV and un-Intruder code will 
  57. ; automatically turn off.
  58. ;No JMute
  59.